#sprout {
  position: absolute;
  bottom: -9px;
  right: -20px;
  width: 3rem;
  display: none;
}

@media screen and (min-width: 60rem) {
  #sprout {
    display: block;
  }
}
